electrongolang

2022年7月30日—目前覺得用Go與Electronframework一起使用的好處還不夠強烈,以及整合開發的優勢頂多是用Go寫工具(api)等等,以及使Electron時,本來就是重度倚賴 ...,2019年11月7日—Golang本身是沒有自帶官方GUI給使用者開發,有Qt、TK、Electron各種不同實現的GUI實現方式桌面應用程式當然較為可靠的是FlutterforDesktop來 ...,2022年7月15日—主要內容·建立Vue專案·加入路徑別名·安裝及設定Tailwindcss·加入UnpluginIcons·加...

Go 開發筆記- 透過Electron 實現PC app GUI 之go

2022年7月30日 — 目前覺得用Go 與Electron framework 一起使用的好處還不夠強烈,以及整合開發的優勢頂多是用Go 寫工具(api)等等,以及使Electron 時,本來就是重度倚賴 ...

嘗試Golang GUI - Lorca

2019年11月7日 — Golang 本身是沒有自帶官方GUI 給使用者開發,有Qt、TK、Electron 各種不同實現的GUI實現方式桌面應用程式當然較為可靠的是Flutter for Desktop 來 ...

使用Vue、Electron 以及Go 建立一個小工具

2022年7月15日 — 主要內容 · 建立Vue 專案 · 加入路徑別名 · 安裝及設定Tailwindcss · 加入Unplugin Icons · 加入Vue Router 和vite-plugin-pages · 安裝及配置Electron ...

asticodego-astilectron

Thanks to go-astilectron build cross platform GUI apps with GO and HTML/JS/CSS. It is the official GO bindings of astilectron and is powered by Electron.

[个人项目] 用Electron + Vue3 + Golang 做个一个桌面 ...

2022年1月24日 — 加上上次做云服务器版的开发,这次算是第二次用 Golang 开发项目了。项目比较简单,再加上是单机版的,笔记的CURD 才是关键点,因此代码合计下来也不过才 ...

electron

Package electron implments functions for working with the electron main process.

Electron UI for Golang Program?

2016年4月30日 — Murlock Is an Electron wrapper for Golang to make it easy for this kind of app for Mac. They're working on Windows and looking for contributions ...

electron + go 如何从sqlite获取数据

2023年1月4日 — 我现在的数据在sqlite中,保存在mac本地的一个文件中。用了electron+vue搭建了一个客户端。 我大概希望是这样的逻辑,先加载本地db文件,然后再获取 ...

Is there anything like electron for go?

2022年11月5日 — It's really really nice. Go to wails.io and you can get started. But there are some lackings that electronjs offers and Wails doesn't. Hope ...

简单五步:把GUI 装进Golang ( Electron 驱动)

简单五步:把GUI 装进Golang ( Electron 驱动) · 第一步:组织项目 · 第二步:实现骨架 · 第三步:创建Go 和JS 之间的通信 · 第四步:打包应用 · 第五步:看实际效果.